projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255fafb
)
dialog: Fix docs for GtkDialog
author
Jasper St. Pierre
<jstpierre@mecheye.net>
Wed, 23 Oct 2013 16:03:55 +0000
(12:03 -0400)
committer
Jasper St. Pierre
<jstpierre@mecheye.net>
Wed, 23 Oct 2013 16:04:13 +0000
(12:04 -0400)
Responses need to be negative
gtk/gtkdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdialog.c
b/gtk/gtkdialog.c
index 4de0c901f32e0a4632def54affea050736084474..588223e1909b14bf9e02ab4125ee377e848759c8 100644
(file)
--- a/
gtk/gtkdialog.c
+++ b/
gtk/gtkdialog.c
@@
-158,7
+158,7
@@
* </object>
* </child>
* <action-widgets>
- * <action-widget response="3">button_ok</action-widget>
+ * <action-widget response="
-
3">button_ok</action-widget>
* <action-widget response="-5">button_cancel</action-widget>
* </action-widgets>
* </object>